Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use git to download and install chruby #20

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

tombruijn
Copy link

Use git to download the chruby repo (from any (forked) repo) and install.

Downside to this is that we can't verify the download anymore, but that wasn't be done anyway.

Another approach would be to use remote_file. That way we can drop the dependency for ark as well. We'd have to link to the direct https://codeload.github.com/postmodern/chruby/tar.gz/v#{node['chruby']['version']} download and install like the nginx cookbook does for example.
See downloading here, extracting here and installing here.

Downside to this is not being able to select specific non-released version of chruby, although I doubt one should really be able to install them, they are not released for a reason.

Let me know what approach we should take.

More permanent fix for #19

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant